on (keyPress "") { if --- RECORDSEPARATOR --- (yy > 0) { yy = yy - 120; --- RECORDSEPARATOR --- } gotoAndStop (2);}on --- RECORDSEPARATOR --- (keyPress "") { if --- RECORDSEPARATOR --- (yy < 360) { yy = yy + --- RECORDSEPARATOR --- 120; } gotoAndStop --- RECORDSEPARATOR --- (2);}on (keyPress "") { --- RECORDSEPARATOR --- if (xx > 40) { xx = xx - --- RECORDSEPARATOR --- 120; } gotoAndStop --- RECORDSEPARATOR --- (2);}on (keyPress "") --- RECORDSEPARATOR --- { if (xx < 520) { xx = --- RECORDSEPARATOR --- xx + 120; } gotoAndStop --- RECORDSEPARATOR --- (2);}